home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000634_xu@physics.ucla.edu_Fri Jun 10 05:45:08 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from physics.ucla.edu (phgw.physics.ucla.edu) by cs.umb.edu with SMTP id AA08756
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Fri, 10 Jun 1994 15:43:39 -0400
  3. Received: from newton (newton.physics.ucla.edu) by physics.ucla.edu (4.1/SMI-4.1.1)
  4.     id AA19924; Fri, 10 Jun 94 12:45:08 PDT
  5. Date: Fri, 10 Jun 94 12:45:08 PDT
  6. From: xu@physics.ucla.edu (Lingyu Xu)
  7. Message-Id: <9406101945.AA19924@physics.ucla.edu>
  8. To: tex-k@cs.umb.edu
  9. Subject: help
  10.  
  11.     Here is the Error messages came out when I try to make the web2c.
  12.     I did it on SunSparc/20 running Solaris 2.3, use the gcc-2.5.6.
  13.     Before that there is a problem to find the include file strings.h. I 
  14.     just copy the /usr/include/string.h to strings.h. That keep the make
  15.     go for while then hit this error.
  16.     Your help is very much appreciated.
  17. ------------------------------------------------------------------------------
  18. gcc -I./../lib -I../.. -g -c web2c.c
  19. In file included from ../../kpathsea/c-memstr.h:59,
  20.                  from ../../kpathsea/c-std.h:78,
  21.                  from ../../kpathsea/config.h:31,
  22.                  from ./../lib/config.h:8,
  23.                  from web2c.h:3,
  24.                  from web2c.c:17:
  25. /usr/include/strings.h:30: warning: conflicting types for built-in function `memcpy'
  26. /usr/include/strings.h:32: warning: conflicting types for built-in function `strcpy'
  27. /usr/include/strings.h:38: warning: conflicting types for built-in function `memcmp'
  28. /usr/include/strings.h:39: warning: conflicting types for built-in function `strcmp'
  29. web2c.c: In function `yyerror':
  30. web2c.c:160: `yytext' undeclared (first use this function)
  31. web2c.c:160: (Each undeclared identifier is reported only once
  32. web2c.c:160: for each function it appears in.)
  33. *** Error code 1
  34. make: Fatal error: Command failed for target `web2c.o'